From: Glenn Morris Date: Wed, 22 Aug 2007 05:00:33 +0000 (+0000) Subject: Move tree-widget/ from etc/ to etc/images/ X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17207 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8201252ebc09019d4a4914ee15b84a1966058779;p=emacs.git Move tree-widget/ from etc/ to etc/images/ --- diff --git a/etc/images/tree-widget/folder/empty.xpm b/etc/images/tree-widget/folder/empty.xpm new file mode 100644 index 00000000000..598401ab413 --- /dev/null +++ b/etc/images/tree-widget/folder/empty.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * empty_xpm[] = { +"16 22 10 1", +" c None", +". c #424242", +"+ c #A5A5A5", +"@ c #9C9C9C", +"# c #949494", +"$ c #8C8C8C", +"% c #6B6B6B", +"& c #737373", +"* c #7B7B7B", +"= c #848484", +" ", +" ", +" ", +" ", +" ", +" ", +" .... ", +".+++@..... ", +".++@@@##$$. ", +".+@.......... ", +".@.%%%&&&**==. ", +".@.%%&&&**==. ", +"..%%&&&**===. ", +"..%&&&**===. ", +".%&&&**===$. ", +"........... ", +" ", +" ", +" ", +" ", +" ", +" "};